diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:51 -0600 |
commit | abef44c4d682c4a656465f91d019cc1af1b989d1 (patch) | |
tree | 7cd5712ae2aec020675938183e0619b62376abcc /src/itemdocument.cpp | |
parent | 9aa2a73641f4d386c9667ac946cebfabca872940 (diff) | |
download | ktechlab-abef44c4d682c4a656465f91d019cc1af1b989d1.tar.gz ktechlab-abef44c4d682c4a656465f91d019cc1af1b989d1.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/itemdocument.cpp')
-rw-r--r-- | src/itemdocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemdocument.cpp b/src/itemdocument.cpp index 935d101..5d4a8a7 100644 --- a/src/itemdocument.cpp +++ b/src/itemdocument.cpp @@ -30,7 +30,7 @@ #include <kiconloader.h> #include <klocale.h> #include <kmessagebox.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kprinter.h> #include <tqcheckbox.h> #include <tqclipboard.h> |