summaryrefslogtreecommitdiffstats
path: root/ksirc/KSPrefs/page_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/KSPrefs/page_font.h')
-rw-r--r--ksirc/KSPrefs/page_font.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksirc/KSPrefs/page_font.h b/ksirc/KSPrefs/page_font.h
index 0d2fa673..44940170 100644
--- a/ksirc/KSPrefs/page_font.h
+++ b/ksirc/KSPrefs/page_font.h
@@ -1,7 +1,7 @@
#ifndef _PAGE_FONT
#define _PAGE_FONT
#include <kfontdialog.h> // For the font selection widget
-#include <qlayout.h> // For the layout
+#include <tqlayout.h> // For the layout
#include "ksopts.h" // For storing the info.
/**
@@ -17,7 +17,7 @@ class PageFont : public QWidget
/**
* Create the Widget
*/
- PageFont( QWidget *parent = 0, const char *name = 0 );
+ PageFont( TQWidget *parent = 0, const char *name = 0 );
/*
@@ -56,7 +56,7 @@ class PageFont : public QWidget
private:
KFontChooser* fontchooser; /** The font choosing widget from kdelib */
- QHBoxLayout* layout;
+ TQHBoxLayout* layout;
};
#endif