diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:02 -0600 |
commit | 71061104fa6242b2e0bf08b0920e08ee2f2924c5 (patch) | |
tree | 4e74a78c2e35494cf94c30414d14e884f557320f /src/kde-qt.h | |
parent | 60da1801389e3c729d440a353003acca39a7c3b6 (diff) | |
download | kchmviewer-71061104fa6242b2e0bf08b0920e08ee2f2924c5.tar.gz kchmviewer-71061104fa6242b2e0bf08b0920e08ee2f2924c5.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 60da1801389e3c729d440a353003acca39a7c3b6.
Diffstat (limited to 'src/kde-qt.h')
-rw-r--r-- | src/kde-qt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kde-qt.h b/src/kde-qt.h index f0a2244..ac6b5d2 100644 --- a/src/kde-qt.h +++ b/src/kde-qt.h @@ -67,8 +67,8 @@ #include <tqsplitter.h> #include <tqtoolbutton.h> #include <tqheader.h> -#include <textbrowser.h> -#include <layout.h> +#include <tqtextbrowser.h> +#include <tqlayout.h> #include <tqlabel.h> #include <tqcombobox.h> #include <tqpushbutton.h> @@ -76,7 +76,7 @@ /* common utility classes */ #include <tqwhatsthis.h> #include <tqstring.h> -#include <textedit.h> +#include <tqtextedit.h> #include <tqfile.h> #include <tqdir.h> #include <tqregexp.h> @@ -129,7 +129,7 @@ public: #include <tqinputdialog.h> #include <tqcheckbox.h> -#include <textedit.h> +#include <tqtextedit.h> #include <tqradiobutton.h> #include <tqspinbox.h> #include <tqgroupbox.h> |