summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
commite140fe793e447985ac06d109a8548ab62ea99d6e (patch)
tree0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /keduca/keducabuilder
parent0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff)
downloadtdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.tar.gz
tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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