diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:28:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:28:10 +0000 |
commit | 1c3e6a878f147d063b43948dd8a3f06da195e7ea (patch) | |
tree | 3d0575a90e6b1c3cedb0c7b1d86970eb4ca92354 /certmanager/lib/ui | |
parent | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (diff) | |
download | tdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.tar.gz tdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'certmanager/lib/ui')
-rw-r--r-- | certmanager/lib/ui/backendconfigwidget.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/cryptoconfigmodule.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/cryptoconfigmodule_p.h | 4 | ||||
-rw-r--r-- | certmanager/lib/ui/dnattributeorderconfigwidget.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/keyapprovaldialog.h | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/keylistview.h | 8 | ||||
-rw-r--r-- | certmanager/lib/ui/keyrequester.h | 8 | ||||
-rw-r--r-- | certmanager/lib/ui/keyselectiondialog.h | 14 | ||||
-rw-r--r-- | certmanager/lib/ui/messagebox.h | 4 | ||||
-rw-r--r-- | certmanager/lib/ui/progressbar.h | 2 |
10 files changed, 24 insertions, 24 deletions
diff --git a/certmanager/lib/ui/backendconfigwidget.h b/certmanager/lib/ui/backendconfigwidget.h index 57a1675a7..c8b45848c 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 70b0a0be4..33e7129c4 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 3e71b8de1..8bc52f211 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 d57dfbdcf..b33c00778 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 e669690ec..b596fc7cd 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 11301fe5e..2ade61a39 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 6392f5c67..07f01b64b 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 efb87d5e6..fd8f67394 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 dad984d06..5ed2edaf4 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 1120a0dd4..21953606d 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 { |