summaryrefslogtreecommitdiffstats
path: root/kgoldrunner/src/kgrdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgoldrunner/src/kgrdialog.h')
-rw-r--r--kgoldrunner/src/kgrdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kgoldrunner/src/kgrdialog.h b/kgoldrunner/src/kgrdialog.h
index 7d24e865..cfa65de6 100644
--- a/kgoldrunner/src/kgrdialog.h
+++ b/kgoldrunner/src/kgrdialog.h
@@ -25,7 +25,7 @@
#include <kmessagebox.h>
#endif
-#include <layout.h>
+#include <tqlayout.h>
#include <tqlistbox.h>
#include <tqscrollbar.h>
@@ -35,7 +35,7 @@
#include <tqbuttongroup.h>
#include <tqradiobutton.h>
#ifdef QT3
-#include <textedit.h>
+#include <tqtextedit.h>
#else
#include <tqmultilineedit.h>
#endif
@@ -187,7 +187,7 @@ private:
*******************************************************************************/
#include <tqfile.h>
-#include <textstream.h>
+#include <tqtextstream.h>
class KGrLGDialog : public KGR_DIALOG // KGR_PORTABLE sets TQDialog/KDialogBase
{