summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder')
-rw-r--r--keduca/keducabuilder/kcontroladdedit.h2
-rw-r--r--keduca/keducabuilder/kcontrolheader.cpp4
-rw-r--r--keduca/keducabuilder/ktagcombobox.cpp2
-rw-r--r--keduca/keducabuilder/ktagcombobox.h4
4 files changed, 6 insertions, 6 deletions
diff --git a/keduca/keducabuilder/kcontroladdedit.h b/keduca/keducabuilder/kcontroladdedit.h
index 3144f41e..cb93329e 100644
--- a/keduca/keducabuilder/kcontroladdedit.h
+++ b/keduca/keducabuilder/kcontroladdedit.h
@@ -22,7 +22,7 @@
#include "kcontroladdeditbase.h"
// Qt forward declarations
-class QListViewItem;
+class TQListViewItem;
/**Add or edit questions
* This is the Wizard that allows adding and editing of
diff --git a/keduca/keducabuilder/kcontrolheader.cpp b/keduca/keducabuilder/kcontrolheader.cpp
index bdb1e0bb..e46bfdc4 100644
--- a/keduca/keducabuilder/kcontrolheader.cpp
+++ b/keduca/keducabuilder/kcontrolheader.cpp
@@ -89,7 +89,7 @@ void KControlHeader::init()
GroupBox7Layout->setSpacing( 6 );
GroupBox7Layout->setMargin( 11 );
- TQGridLayout *Layout13 = new QGridLayout;
+ TQGridLayout *Layout13 = new TQGridLayout;
Layout13->setSpacing( 6 );
Layout13->setMargin( 0 );
@@ -99,7 +99,7 @@ void KControlHeader::init()
Layout13->addWidget( TextLabel10, 2, 0 );
- TQHBoxLayout *Layout12 = new QHBoxLayout;
+ TQHBoxLayout *Layout12 = new TQHBoxLayout;
Layout12->setSpacing( 6 );
Layout12->setMargin( 0 );
diff --git a/keduca/keducabuilder/ktagcombobox.cpp b/keduca/keducabuilder/ktagcombobox.cpp
index 6d8951ec..5a84574c 100644
--- a/keduca/keducabuilder/ktagcombobox.cpp
+++ b/keduca/keducabuilder/ktagcombobox.cpp
@@ -40,7 +40,7 @@ KTagComboBox::KTagComboBox (TQWidget * parent, const char *name)
: TQComboBox(parent, name)
{
_popup = new TQPopupMenu(this);
- _tags = new QStringList;
+ _tags = new TQStringList;
connect( _popup, TQT_SIGNAL(activated(int)),
TQT_SLOT(internalActivate(int)) );
connect( _popup, TQT_SIGNAL(highlighted(int)),
diff --git a/keduca/keducabuilder/ktagcombobox.h b/keduca/keducabuilder/ktagcombobox.h
index 1644d6a7..ffeb2cda 100644
--- a/keduca/keducabuilder/ktagcombobox.h
+++ b/keduca/keducabuilder/ktagcombobox.h
@@ -27,8 +27,8 @@
#include <tqcombobox.h>
#include <tqiconset.h>
-class QPopupMenu;
-class QStringList;
+class TQPopupMenu;
+class TQStringList;
/*
* This class should be just like qcombobox, but it should be possible