summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-03-09 15:08:08 +0100
committerSlávek Banko <[email protected]>2013-03-09 15:08:08 +0100
commit7ba95893b874ba730a2ffdd21ded8a787d79095e (patch)
tree27fd928207d0c4fc6006d9183d53a77ca6e18138 /src/daemon/daemon.h
parent4f0affa0aa6d7b3e4663442c6e8e2f0999b83be0 (diff)
downloadkdbusnotification-7ba95893b874ba730a2ffdd21ded8a787d79095e.tar.gz
kdbusnotification-7ba95893b874ba730a2ffdd21ded8a787d79095e.zip
Fix unintended rename of GTK*
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 8e85a09..092242d 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -38,7 +38,7 @@ public:
void processEvents();
public slots:
- void handleGTTDEMain();
+ void handleGTKMain();
void popupClosed(KPassivePopup*);
private: