┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kurlnavigator.h
diff options
context:
space:
mode:
authorKevin Ottens <[email protected]>2007-04-02 19:30:57 +0000
committerKevin Ottens <[email protected]>2007-04-02 19:30:57 +0000
commit4eec2a77cfa8719f0cf7f6741c8cfa11b23ebf5b (patch)
treec03e5d739156bcb36571d9bc3110016b1fa6de4d /src/kurlnavigator.h
parent03713b0ab408a42a20c9ce6a51d069b3246d2502 (diff)
Further cleanup to prepare the move.
svn path=/trunk/KDE/kdebase/apps/; revision=649519
Diffstat (limited to 'src/kurlnavigator.h')
-rw-r--r--src/kurlnavigator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kurlnavigator.h b/src/kurlnavigator.h
index c8e01b7d0..56e976155 100644
--- a/src/kurlnavigator.h
+++ b/src/kurlnavigator.h
@@ -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.