diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:49 -0600 |
commit | a9184bb205c837f932e03b2a6cac578582f36ed5 (patch) | |
tree | 0b69cad530a4c1d0aa8f36ecd50f72f2f589e980 /kicker-applets/ktimemon/timemon.cc | |
parent | 74a2067d286867e313f736d6733407586b71195e (diff) | |
download | tdeaddons-a9184bb205c837f932e03b2a6cac578582f36ed5.tar.gz tdeaddons-a9184bb205c837f932e03b2a6cac578582f36ed5.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kicker-applets/ktimemon/timemon.cc')
-rw-r--r-- | kicker-applets/ktimemon/timemon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/ktimemon/timemon.cc b/kicker-applets/ktimemon/timemon.cc index 1487a81..ec90f08 100644 --- a/kicker-applets/ktimemon/timemon.cc +++ b/kicker-applets/ktimemon/timemon.cc @@ -21,7 +21,7 @@ #include <kglobal.h> #include <klocale.h> #include <khelpmenu.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kprocess.h> #include <kmessagebox.h> #include <kdebug.h> |