summaryrefslogtreecommitdiffstats
path: root/kdm
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
commita5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch)
treeaf263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kdm
parentc663b6440964f6ac48027143ac9e63298991f9d0 (diff)
downloadtdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz
tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdm')
-rw-r--r--kdm/kfrontend/kchooser.h10
-rw-r--r--kdm/kfrontend/kconsole.h2
-rw-r--r--kdm/kfrontend/kdmshutdown.h12
-rw-r--r--kdm/kfrontend/kfdialog.h2
-rw-r--r--kdm/kfrontend/kgdialog.h4
-rw-r--r--kdm/kfrontend/kgreeter.cpp2
-rw-r--r--kdm/kfrontend/kgreeter.h8
-rw-r--r--kdm/kfrontend/kgverify.cpp2
-rw-r--r--kdm/kfrontend/kgverify.h8
-rw-r--r--kdm/kfrontend/themer/kdmitem.h4
-rw-r--r--kdm/kfrontend/themer/kdmlabel.h2
-rw-r--r--kdm/kfrontend/themer/kdmlayout.h4
-rw-r--r--kdm/kfrontend/themer/kdmthemer.h6
13 files changed, 33 insertions, 33 deletions
diff --git a/kdm/kfrontend/kchooser.h b/kdm/kfrontend/kchooser.h
index 354b3f1ef..da5b83d89 100644
--- a/kdm/kfrontend/kchooser.h
+++ b/kdm/kfrontend/kchooser.h
@@ -26,11 +26,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "kgdialog.h"
-class QSocketNotifier;
-class QPopupMenu;
-class QLineEdit;
-class QListView;
-class QListViewItem;
+class TQSocketNotifier;
+class TQPopupMenu;
+class TQLineEdit;
+class TQListView;
+class TQListViewItem;
class ChooserDlg : public KGDialog {
Q_OBJECT
diff --git a/kdm/kfrontend/kconsole.h b/kdm/kfrontend/kconsole.h
index cbf025626..73d13912e 100644
--- a/kdm/kfrontend/kconsole.h
+++ b/kdm/kfrontend/kconsole.h
@@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <tqtextedit.h>
-class QSocketNotifier;
+class TQSocketNotifier;
class KPty;
class KConsole : public TQTextEdit {
diff --git a/kdm/kfrontend/kdmshutdown.h b/kdm/kfrontend/kdmshutdown.h
index 88b06128a..c9084c153 100644
--- a/kdm/kfrontend/kdmshutdown.h
+++ b/kdm/kfrontend/kdmshutdown.h
@@ -35,13 +35,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <tqtoolbutton.h>
#include <tqpixmap.h>
-class QLabel;
+class TQLabel;
class KPushButton;
-class QButtonGroup;
-class QGroupBox;
-class QComboBox;
-class QCheckBox;
-class QLineEdit;
+class TQButtonGroup;
+class TQGroupBox;
+class TQComboBox;
+class TQCheckBox;
+class TQLineEdit;
enum { Authed = TQDialog::Accepted + 1, Schedule };
diff --git a/kdm/kfrontend/kfdialog.h b/kdm/kfrontend/kfdialog.h
index 3f0524b84..783ce0ae8 100644
--- a/kdm/kfrontend/kfdialog.h
+++ b/kdm/kfrontend/kfdialog.h
@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <tqdialog.h>
#include <tqmessagebox.h>
-class QFrame;
+class TQFrame;
class FDialog : public TQDialog {
typedef TQDialog inherited;
diff --git a/kdm/kfrontend/kgdialog.h b/kdm/kfrontend/kgdialog.h
index f42a506ea..2c683760e 100644
--- a/kdm/kfrontend/kgdialog.h
+++ b/kdm/kfrontend/kgdialog.h
@@ -31,8 +31,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "kdmconfig.h"
#include "kfdialog.h"
-class QPopupMenu;
-class QGridLayout;
+class TQPopupMenu;
+class TQGridLayout;
class KConsole;
class KGVerify;
diff --git a/kdm/kfrontend/kgreeter.cpp b/kdm/kfrontend/kgreeter.cpp
index aa18afc6c..ebd303525 100644
--- a/kdm/kfrontend/kgreeter.cpp
+++ b/kdm/kfrontend/kgreeter.cpp
@@ -128,7 +128,7 @@ KGreeter::KGreeter( bool framed )
TQT_SLOT(accept()) );
}
if (_userCompletion)
- userList = new QStringList;
+ userList = new TQStringList;
if (userView || userList)
insertUsers();
diff --git a/kdm/kfrontend/kgreeter.h b/kdm/kfrontend/kgreeter.h
index c81e4eaed..61673badf 100644
--- a/kdm/kfrontend/kgreeter.h
+++ b/kdm/kfrontend/kgreeter.h
@@ -37,10 +37,10 @@ class KdmItem;
class KListView;
class KSimpleConfig;
-class QLabel;
-class QPushButton;
-class QPopupMenu;
-class QListViewItem;
+class TQLabel;
+class TQPushButton;
+class TQPopupMenu;
+class TQListViewItem;
struct SessType {
TQString name, type;
diff --git a/kdm/kfrontend/kgverify.cpp b/kdm/kfrontend/kgverify.cpp
index ff8804f4d..98abb4fb5 100644
--- a/kdm/kfrontend/kgverify.cpp
+++ b/kdm/kfrontend/kgverify.cpp
@@ -922,7 +922,7 @@ KGStdVerify::KGStdVerify( KGVerifyHandler *_handler, TQWidget *_parent,
_pluginList, _func, _ctx )
, failedLabelState( 0 )
{
- grid = new QGridLayout;
+ grid = new TQGridLayout;
grid->setAlignment( AlignCenter );
failedLabel = new TQLabel( parent );
diff --git a/kdm/kfrontend/kgverify.h b/kdm/kfrontend/kgverify.h
index ef2ed2469..0276b2f97 100644
--- a/kdm/kfrontend/kgverify.h
+++ b/kdm/kfrontend/kgverify.h
@@ -71,10 +71,10 @@ class KGVerifyHandler {
virtual void updateStatus( bool fail, bool caps, int left ); // for themed only
};
-class QWidget;
-class QLabel;
-class QPopupMenu;
-class QTimer;
+class TQWidget;
+class TQLabel;
+class TQPopupMenu;
+class TQTimer;
class KPushButton;
class KLibrary;
diff --git a/kdm/kfrontend/themer/kdmitem.h b/kdm/kfrontend/themer/kdmitem.h
index 9105f8b93..6a73c889f 100644
--- a/kdm/kfrontend/themer/kdmitem.h
+++ b/kdm/kfrontend/themer/kdmitem.h
@@ -31,8 +31,8 @@ class KdmItem;
class KdmLayoutBox;
class KdmLayoutFixed;
-class QPainter;
-class QLayoutItem;
+class TQPainter;
+class TQLayoutItem;
/** class KdmItem
* @short Base class for every kdmthemes' element.
diff --git a/kdm/kfrontend/themer/kdmlabel.h b/kdm/kfrontend/themer/kdmlabel.h
index 93801d594..0770259c0 100644
--- a/kdm/kfrontend/themer/kdmlabel.h
+++ b/kdm/kfrontend/themer/kdmlabel.h
@@ -27,7 +27,7 @@
#include <tqcolor.h>
#include <tqfont.h>
-class QTimer;
+class TQTimer;
/*
* KdmLabel. A label element
diff --git a/kdm/kfrontend/themer/kdmlayout.h b/kdm/kfrontend/themer/kdmlayout.h
index 491b20393..4c73e9a1b 100644
--- a/kdm/kfrontend/themer/kdmlayout.h
+++ b/kdm/kfrontend/themer/kdmlayout.h
@@ -32,8 +32,8 @@
class KdmItem;
-class QDomNode;
-class QRect;
+class TQDomNode;
+class TQRect;
class KdmLayout {
diff --git a/kdm/kfrontend/themer/kdmthemer.h b/kdm/kfrontend/themer/kdmthemer.h
index cd93c3c8c..6bf6af00d 100644
--- a/kdm/kfrontend/themer/kdmthemer.h
+++ b/kdm/kfrontend/themer/kdmthemer.h
@@ -31,9 +31,9 @@ class KdmPixmap;
class KdmRect;
class KdmBox;
-class QRect;
-class QWidget;
-class QEvent;
+class TQRect;
+class TQWidget;
+class TQEvent;
/**
* @author Unai Garro