diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:14:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:14:51 -0600 |
commit | abef44c4d682c4a656465f91d019cc1af1b989d1 (patch) | |
tree | 7cd5712ae2aec020675938183e0619b62376abcc /src/ktechlab.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/ktechlab.cpp')
-rw-r--r-- | src/ktechlab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ktechlab.cpp b/src/ktechlab.cpp index 69041cb..a76b737 100644 --- a/src/ktechlab.cpp +++ b/src/ktechlab.cpp @@ -39,7 +39,7 @@ #include <tqtoolbutton.h> #include <tqwhatsthis.h> -#include <kaccel.h> +#include <tdeaccel.h> #include <kapplication.h> #include <kdebug.h> #include <kedittoolbar.h> @@ -49,7 +49,7 @@ #include <kkeydialog.h> #include <klocale.h> #include <kmessagebox.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kstandarddirs.h> #include <ktabwidget.h> #include <kurldrag.h> |