diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:20 -0600 |
commit | f052e0f1fafde885e6bf192117369d70fa711035 (patch) | |
tree | df683e083186a42d3f95eca02ede7d2e8dd560ac /src/mainwindow.cpp | |
parent | 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (diff) | |
download | basket-f052e0f1fafde885e6bf192117369d70fa711035.tar.gz basket-f052e0f1fafde885e6bf192117369d70fa711035.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index df98554..9304c79 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -32,11 +32,11 @@ #include <tqpoint.h> #include <tqpixmap.h> #include <tqinputdialog.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kiconloader.h> #include <kiconeffect.h> #include <tqiconset.h> -#include <kaction.h> +#include <tdeaction.h> #include <kapp.h> #include <klocale.h> #include <kmenubar.h> @@ -55,7 +55,7 @@ #include <kstatusbar.h> #include <tqtimer.h> #include <tqaction.h> -#include <kstdaccel.h> +#include <tdestdaccel.h> #include <kglobalaccel.h> #include <kkeydialog.h> #include <kpassivepopup.h> |