summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/ui')
-rw-r--r--certmanager/lib/ui/backendconfigwidget.h2
-rw-r--r--certmanager/lib/ui/cryptoconfigmodule.cpp2
-rw-r--r--certmanager/lib/ui/cryptoconfigmodule_p.h4
-rw-r--r--certmanager/lib/ui/dnattributeorderconfigwidget.h2
-rw-r--r--certmanager/lib/ui/keyapprovaldialog.h2
-rw-r--r--certmanager/lib/ui/keylistview.h8
-rw-r--r--certmanager/lib/ui/keyrequester.h8
-rw-r--r--certmanager/lib/ui/keyselectiondialog.h14
-rw-r--r--certmanager/lib/ui/messagebox.h4
-rw-r--r--certmanager/lib/ui/progressbar.h2
10 files changed, 24 insertions, 24 deletions
diff --git a/certmanager/lib/ui/backendconfigwidget.h b/certmanager/lib/ui/backendconfigwidget.h
index 57a1675a..c8b45848 100644
--- a/certmanager/lib/ui/backendconfigwidget.h
+++ b/certmanager/lib/ui/backendconfigwidget.h
@@ -41,7 +41,7 @@ namespace Kleo {
class CryptoBackendFactory;
}
-class QListViewItem;
+class TQListViewItem;
namespace Kleo {
diff --git a/certmanager/lib/ui/cryptoconfigmodule.cpp b/certmanager/lib/ui/cryptoconfigmodule.cpp
index 70b0a0be..33e7129c 100644
--- a/certmanager/lib/ui/cryptoconfigmodule.cpp
+++ b/certmanager/lib/ui/cryptoconfigmodule.cpp
@@ -578,7 +578,7 @@ Kleo::CryptoConfigEntryLDAPURL::CryptoConfigEntryLDAPURL(
const int row = glay->numRows();
glay->addWidget( new TQLabel( mPushButton, description(), widget ), row, 1 );
- TQHBoxLayout * hlay = new QHBoxLayout;
+ TQHBoxLayout * hlay = new TQHBoxLayout;
glay->addLayout( hlay, row, 2 );
hlay->addWidget( mLabel, 1 );
hlay->addWidget( mPushButton );
diff --git a/certmanager/lib/ui/cryptoconfigmodule_p.h b/certmanager/lib/ui/cryptoconfigmodule_p.h
index 3e71b8de..8bc52f21 100644
--- a/certmanager/lib/ui/cryptoconfigmodule_p.h
+++ b/certmanager/lib/ui/cryptoconfigmodule_p.h
@@ -40,8 +40,8 @@
class KLineEdit;
class KIntNumInput;
class KURLRequester;
-class QPushButton;
-class QGridLayout;
+class TQPushButton;
+class TQGridLayout;
namespace Kleo {
diff --git a/certmanager/lib/ui/dnattributeorderconfigwidget.h b/certmanager/lib/ui/dnattributeorderconfigwidget.h
index d57dfbdc..b33c0077 100644
--- a/certmanager/lib/ui/dnattributeorderconfigwidget.h
+++ b/certmanager/lib/ui/dnattributeorderconfigwidget.h
@@ -39,7 +39,7 @@ namespace Kleo {
class DNAttributeMapper;
}
-class QListViewItem;
+class TQListViewItem;
namespace Kleo {
diff --git a/certmanager/lib/ui/keyapprovaldialog.h b/certmanager/lib/ui/keyapprovaldialog.h
index e669690e..b596fc7c 100644
--- a/certmanager/lib/ui/keyapprovaldialog.h
+++ b/certmanager/lib/ui/keyapprovaldialog.h
@@ -51,7 +51,7 @@ namespace GpgME {
class Key;
}
-class QStringList;
+class TQStringList;
namespace Kleo {
diff --git a/certmanager/lib/ui/keylistview.h b/certmanager/lib/ui/keylistview.h
index 11301fe5..2ade61a3 100644
--- a/certmanager/lib/ui/keylistview.h
+++ b/certmanager/lib/ui/keylistview.h
@@ -38,10 +38,10 @@
#include <gpgmepp/key.h>
#include <kdepimmacros.h>
-class QPainter;
-class QColorGroup;
-class QFont;
-class QColor;
+class TQPainter;
+class TQColorGroup;
+class TQFont;
+class TQColor;
namespace Kleo {
diff --git a/certmanager/lib/ui/keyrequester.h b/certmanager/lib/ui/keyrequester.h
index 6392f5c6..07f01b64 100644
--- a/certmanager/lib/ui/keyrequester.h
+++ b/certmanager/lib/ui/keyrequester.h
@@ -65,10 +65,10 @@ namespace GpgME {
class KeyListResult;
}
-class QStringList;
-class QString;
-class QPushButton;
-class QLabel;
+class TQStringList;
+class TQString;
+class TQPushButton;
+class TQLabel;
namespace Kleo {
diff --git a/certmanager/lib/ui/keyselectiondialog.h b/certmanager/lib/ui/keyselectiondialog.h
index efb87d5e..fd8f6739 100644
--- a/certmanager/lib/ui/keyselectiondialog.h
+++ b/certmanager/lib/ui/keyselectiondialog.h
@@ -44,13 +44,13 @@
#include <kdepimmacros.h>
#include <vector>
-class QVBoxLayout;
-class QCheckBox;
-class QPixmap;
-class QTimer;
-class QListViewItem;
-class QRegExp;
-class QPoint;
+class TQVBoxLayout;
+class TQCheckBox;
+class TQPixmap;
+class TQTimer;
+class TQListViewItem;
+class TQRegExp;
+class TQPoint;
namespace Kleo {
class KeyListView;
diff --git a/certmanager/lib/ui/messagebox.h b/certmanager/lib/ui/messagebox.h
index dad984d0..5ed2edaf 100644
--- a/certmanager/lib/ui/messagebox.h
+++ b/certmanager/lib/ui/messagebox.h
@@ -46,8 +46,8 @@ namespace Kleo {
class Job;
}
-class QWidget;
-class QString;
+class TQWidget;
+class TQString;
namespace Kleo {
diff --git a/certmanager/lib/ui/progressbar.h b/certmanager/lib/ui/progressbar.h
index 1120a0dd..21953606 100644
--- a/certmanager/lib/ui/progressbar.h
+++ b/certmanager/lib/ui/progressbar.h
@@ -35,7 +35,7 @@
#include <tqprogressbar.h>
#include <kdepimmacros.h>
-class QTimer;
+class TQTimer;
namespace Kleo {