summaryrefslogtreecommitdiffstats
path: root/kabc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
commit8f14fb0418241694e61cb35dda95fea6d9b7830d (patch)
tree73afdda59a8126db123133d64bab78a3503657dc /kabc
parentffe8a83e053396df448e9413828527613ca3bd46 (diff)
downloadtdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz
tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kabc')
-rw-r--r--kabc/addresseedialog.cpp4
-rw-r--r--kabc/agent.h2
-rw-r--r--kabc/distributionlistdialog.h6
-rw-r--r--kabc/distributionlisteditor.h6
-rw-r--r--kabc/errorhandler.h2
-rw-r--r--kabc/ldapconfigwidget.h10
-rw-r--r--kabc/plugins/dir/resourcedir.h2
-rw-r--r--kabc/plugins/ldapkio/resourceldapkioconfig.h8
-rw-r--r--kabc/plugins/net/resourcenet.h4
-rw-r--r--kabc/plugins/sql/resourcesql.h2
-rw-r--r--kabc/plugins/sql/resourcesqlconfig.h2
-rw-r--r--kabc/tests/testlock.h4
-rw-r--r--kabc/vcardtool.h2
13 files changed, 27 insertions, 27 deletions
diff --git a/kabc/addresseedialog.cpp b/kabc/addresseedialog.cpp
index 160df026b..829664179 100644
--- a/kabc/addresseedialog.cpp
+++ b/kabc/addresseedialog.cpp
@@ -63,7 +63,7 @@ AddresseeDialog::AddresseeDialog( TQWidget *parent, bool multiple ) :
TQWidget *topWidget = plainPage();
TQBoxLayout *topLayout = new TQHBoxLayout( topWidget );
- TQBoxLayout *listLayout = new QVBoxLayout;
+ TQBoxLayout *listLayout = new TQVBoxLayout;
topLayout->addLayout( listLayout );
mAddresseeList = new KListView( topWidget );
@@ -88,7 +88,7 @@ AddresseeDialog::AddresseeDialog( TQWidget *parent, bool multiple ) :
setInitialSize( TQSize( 450, 300 ) );
if ( mMultiple ) {
- TQBoxLayout *selectedLayout = new QVBoxLayout;
+ TQBoxLayout *selectedLayout = new TQVBoxLayout;
topLayout->addLayout( selectedLayout );
topLayout->setSpacing( spacingHint() );
diff --git a/kabc/agent.h b/kabc/agent.h
index 467ee6603..c89ca3be4 100644
--- a/kabc/agent.h
+++ b/kabc/agent.h
@@ -21,7 +21,7 @@
#ifndef KABC_AGENT_H
#define KABC_AGENT_H
-class QDataStream;
+class TQDataStream;
#include <tqstring.h>
diff --git a/kabc/distributionlistdialog.h b/kabc/distributionlistdialog.h
index eb2e68e55..f4cc143b5 100644
--- a/kabc/distributionlistdialog.h
+++ b/kabc/distributionlistdialog.h
@@ -25,9 +25,9 @@
#include <kdialogbase.h>
-class QListView;
-class QComboBox;
-class QButtonGroup;
+class TQListView;
+class TQComboBox;
+class TQButtonGroup;
namespace KABC {
diff --git a/kabc/distributionlisteditor.h b/kabc/distributionlisteditor.h
index d0d8f752a..310d83741 100644
--- a/kabc/distributionlisteditor.h
+++ b/kabc/distributionlisteditor.h
@@ -24,9 +24,9 @@
#include <kdialogbase.h>
-class QListView;
-class QComboBox;
-class QButtonGroup;
+class TQListView;
+class TQComboBox;
+class TQButtonGroup;
namespace KABC {
diff --git a/kabc/errorhandler.h b/kabc/errorhandler.h
index 8f8246fc7..04dda969a 100644
--- a/kabc/errorhandler.h
+++ b/kabc/errorhandler.h
@@ -26,7 +26,7 @@
#include <kdelibs_export.h>
-class QWidget;
+class TQWidget;
namespace KABC {
diff --git a/kabc/ldapconfigwidget.h b/kabc/ldapconfigwidget.h
index ce41f0151..9f383b40f 100644
--- a/kabc/ldapconfigwidget.h
+++ b/kabc/ldapconfigwidget.h
@@ -29,11 +29,11 @@
#include <kabc/ldif.h>
#include <kio/job.h>
-class QGridLayout;
-class QSpinBox;
-class QPushButton;
-class QCheckBox;
-class QRadioButton;
+class TQGridLayout;
+class TQSpinBox;
+class TQPushButton;
+class TQCheckBox;
+class TQRadioButton;
class KComboBox;
class KLineEdit;
class KProgressDialog;
diff --git a/kabc/plugins/dir/resourcedir.h b/kabc/plugins/dir/resourcedir.h
index 125882a84..96c894e2e 100644
--- a/kabc/plugins/dir/resourcedir.h
+++ b/kabc/plugins/dir/resourcedir.h
@@ -28,7 +28,7 @@
#include <kabc/resource.h>
-class QTimer;
+class TQTimer;
namespace KABC {
diff --git a/kabc/plugins/ldapkio/resourceldapkioconfig.h b/kabc/plugins/ldapkio/resourceldapkioconfig.h
index 8bc6d081a..f8e0003ec 100644
--- a/kabc/plugins/ldapkio/resourceldapkioconfig.h
+++ b/kabc/plugins/ldapkio/resourceldapkioconfig.h
@@ -32,10 +32,10 @@
#include <kabc/ldapconfigwidget.h>
-class QCheckBox;
-class QPushButton;
-class QSpinBox;
-class QString;
+class TQCheckBox;
+class TQPushButton;
+class TQSpinBox;
+class TQString;
class KComboBox;
class KLineEdit;
diff --git a/kabc/plugins/net/resourcenet.h b/kabc/plugins/net/resourcenet.h
index ccb59694d..326c3780b 100644
--- a/kabc/plugins/net/resourcenet.h
+++ b/kabc/plugins/net/resourcenet.h
@@ -27,8 +27,8 @@
#include <kabc/resource.h>
-class QFile;
-class QTimer;
+class TQFile;
+class TQTimer;
class KTempFile;
namespace KIO {
diff --git a/kabc/plugins/sql/resourcesql.h b/kabc/plugins/sql/resourcesql.h
index a5fc60b55..80ebf9e7a 100644
--- a/kabc/plugins/sql/resourcesql.h
+++ b/kabc/plugins/sql/resourcesql.h
@@ -26,7 +26,7 @@
#include "addressbook.h"
#include "resource.h"
-class QSqlDatabase;
+class TQSqlDatabase;
namespace KABC {
diff --git a/kabc/plugins/sql/resourcesqlconfig.h b/kabc/plugins/sql/resourcesqlconfig.h
index cb96563b7..7bd27d969 100644
--- a/kabc/plugins/sql/resourcesqlconfig.h
+++ b/kabc/plugins/sql/resourcesqlconfig.h
@@ -24,7 +24,7 @@
#include "resourceconfigwidget.h"
class KLineEdit;
-class QSpinBox;
+class TQSpinBox;
namespace KABC {
diff --git a/kabc/tests/testlock.h b/kabc/tests/testlock.h
index bd59d2f5e..92244cd30 100644
--- a/kabc/tests/testlock.h
+++ b/kabc/tests/testlock.h
@@ -25,8 +25,8 @@
#include <tqwidget.h>
-class QLabel;
-class QListView;
+class TQLabel;
+class TQListView;
class KABC_EXPORT LockWidget : public QWidget
{
diff --git a/kabc/vcardtool.h b/kabc/vcardtool.h
index d59006341..fbf959613 100644
--- a/kabc/vcardtool.h
+++ b/kabc/vcardtool.h
@@ -24,7 +24,7 @@
#include "addressee.h"
#include "vcardparser.h"
-class QDateTime;
+class TQDateTime;
namespace KABC {