summaryrefslogtreecommitdiffstats
path: root/kdvi/optionDialogFontsWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdvi/optionDialogFontsWidget.cpp')
-rw-r--r--kdvi/optionDialogFontsWidget.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kdvi/optionDialogFontsWidget.cpp b/kdvi/optionDialogFontsWidget.cpp
index a3a76425..14a72ee2 100644
--- a/kdvi/optionDialogFontsWidget.cpp
+++ b/kdvi/optionDialogFontsWidget.cpp
@@ -12,10 +12,10 @@
#include <kcombobox.h>
#include <kdebug.h>
#include <klocale.h>
-#include <qbuttongroup.h>
-#include <qcheckbox.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
+#include <tqbuttongroup.h>
+#include <tqcheckbox.h>
+#include <tqtooltip.h>
+#include <tqwhatsthis.h>
#include "fontpool.h"
#include "optionDialogFontsWidget.h"
@@ -23,7 +23,7 @@
// Constructs a optionDialogWidget_base which is a child of 'parent', with
// the name 'name' and widget flags set to 'f'.
-optionDialogFontsWidget::optionDialogFontsWidget( QWidget* parent, const char* name, WFlags fl )
+optionDialogFontsWidget::optionDialogFontsWidget( TQWidget* parent, const char* name, WFlags fl )
: optionDialogFontsWidget_base( parent, name, fl )
{
#ifndef HAVE_FREETYPE
@@ -31,8 +31,8 @@ optionDialogFontsWidget::optionDialogFontsWidget( QWidget* parent, const char*
kcfg_UseType1Fonts->setEnabled(false);
kcfg_UseFontHints->setEnabled(false);
kcfg_UseFontHints->setChecked(false);
- QToolTip::add(PFB_ButtonGroup, i18n("This version of KDVI does not support type 1 fonts."));
- QWhatsThis::add(PFB_ButtonGroup, i18n("KDVI needs the FreeType library to access type 1 fonts. This library "
+ TQToolTip::add(PFB_ButtonGroup, i18n("This version of KDVI does not support type 1 fonts."));
+ TQWhatsThis::add(PFB_ButtonGroup, i18n("KDVI needs the FreeType library to access type 1 fonts. This library "
"was not present when KDVI was compiled. If you want to use type 1 "
"fonts, you must either install the FreeType library and recompile KDVI "
"yourself, or find a precompiled software package for your operating "