]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Further cleanup to prepare the move.
authorKevin Ottens <ervin@kde.org>
Mon, 2 Apr 2007 19:30:57 +0000 (19:30 +0000)
committerKevin Ottens <ervin@kde.org>
Mon, 2 Apr 2007 19:30:57 +0000 (19:30 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=649519

src/kfileplacesselector_p.h
src/kprotocolcombo_p.h
src/kurlnavigator.h
src/kurlnavigatorbutton_p.h

index 1efe9bb4e229080675216d77d808964c40b373c1..f5c60ba469e5307878dbbbef65d68f5e551a04f9 100644 (file)
@@ -66,7 +66,7 @@ public:
     /** @see QWidget::sizeHint() */
     virtual QSize sizeHint() const;
 
-signals:
+Q_SIGNALS:
     /**
      * Is send when a bookmark has been activated by the user.
      * @param url URL of the selected place.
@@ -80,7 +80,7 @@ protected:
      */
     virtual void paintEvent(QPaintEvent* event);
 
-private slots:
+private Q_SLOTS:
     /**
      * Updates the selected index and the icon to the bookmark
      * which is indicated by the triggered action \a action.
index da2e4e7569b789f11c24dfa7e3047126a3139dcf..8a58f5bfb6bd8654625129009314574cf9525f04 100644 (file)
@@ -30,20 +30,20 @@ class KProtocolCombo : public KUrlNavigatorButton
 {
     Q_OBJECT
 
-    public:
-        explicit KProtocolCombo(const QString& protocol, KUrlNavigator* parent = 0);
+public:
+    explicit KProtocolCombo(const QString& protocol, KUrlNavigator* parent = 0);
 
-        QString currentProtocol() const;
+    QString currentProtocol() const;
 
-    public slots:
-        void setProtocol(const QString& protocol);
-        void setProtocol(int index);
+public Q_SLOTS:
+    void setProtocol(const QString& protocol);
+    void setProtocol(int index);
 
-    signals:
-        void activated(const QString& protocol);
+Q_SIGNALS:
+    void activated(const QString& protocol);
 
-    private:
-        QStringList m_protocols;
+private:
+    QStringList m_protocols;
 };
 
 #endif
index c8e01b7d0d8dd0bd3fa9d6a5f15d7a393bc29f52..56e97615510e82ff9a5aae37b3f6bbb2ae37102a 100644 (file)
@@ -145,7 +145,7 @@ public:
     void dropUrls(const KUrl::List& urls,
                   const KUrl& destination);
 
-public slots:
+public Q_SLOTS:
     /**
      * Sets the current active URL.
      * The signals UrlNavigator::urlChanged and UrlNavigator::historyChanged
@@ -165,7 +165,7 @@ public slots:
      */
     void storeContentsPosition(int x, int y);
 
-signals:
+Q_SIGNALS:
     /**
      * Is emitted, if the URL navigator has been activated by
      * a user interaction.
index 2244cc69949f060b76ef8ce9743f1c1daff68e63..606ccb180d30e93df630ce0021150345a9a914f7 100644 (file)
@@ -64,7 +64,7 @@ protected:
     virtual void dragEnterEvent(QDragEnterEvent* event);
     virtual void dragLeaveEvent(QDragLeaveEvent* event);
 
-private slots:
+private Q_SLOTS:
     void updateNavigatorUrl();
     void startPopupDelay();
     void stopPopupDelay();