diff options
author | Slávek Banko <[email protected]> | 2013-07-27 17:13:06 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 18:48:47 +0200 |
commit | a915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch) | |
tree | f65d926875557195c5f6dd840a517e195eeda20e /src/trayicon.h | |
parent | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff) | |
download | tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip |
Initial TDE conversion
Diffstat (limited to 'src/trayicon.h')
-rw-r--r-- | src/trayicon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trayicon.h b/src/trayicon.h index 977a6ce..29d5204 100644 --- a/src/trayicon.h +++ b/src/trayicon.h @@ -43,7 +43,7 @@ #include <ksystemtray.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <ntqpainter.h> #include <kurl.h> #include <tork.h> @@ -84,7 +84,7 @@ private: }; -class SetMaxRate : public KPopupMenu +class SetMaxRate : public TDEPopupMenu { Q_OBJECT public: |