diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:15:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:15:22 -0600 |
commit | 0700f819c1603e979054381dfe7bed010c6be49e (patch) | |
tree | c9d7b1304543a6d080b59cb1258bc51a1f5ad70f | |
parent | f87b5efc367a18b6073f68500fd0dfb8a1e74a48 (diff) | |
download | kvkbd-0700f819c1603e979054381dfe7bed010c6be49e.tar.gz kvkbd-0700f819c1603e979054381dfe7bed010c6be49e.zip |
Rename many classes and header files to avoid conflicts with KDE4
-rw-r--r-- | src/MainWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index 950799b..0564fbd 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -26,7 +26,7 @@ #include <tqtimer.h> #include <kaboutdata.h> #include <ksystemtray.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <tqpainter.h> #include <tqthread.h> |