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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/KSPrefs/page_font.h b/ksirc/KSPrefs/page_font.h
index c5fbe44d..fcda96f2 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 <layout.h> // For the layout
+#include <tqlayout.h> // For the tqlayout
#include "ksopts.h" // For storing the info.
/**
@@ -57,7 +57,7 @@ class PageFont : public TQWidget
private:
KFontChooser* fontchooser; /** The font choosing widget from kdelib */
- TQHBoxLayout* layout;
+ TQHBoxLayout* tqlayout;
};
#endif