summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui/keyapprovaldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/ui/keyapprovaldialog.h')
-rw-r--r--certmanager/lib/ui/keyapprovaldialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/lib/ui/keyapprovaldialog.h b/certmanager/lib/ui/keyapprovaldialog.h
index 224530a7..e669690e 100644
--- a/certmanager/lib/ui/keyapprovaldialog.h
+++ b/certmanager/lib/ui/keyapprovaldialog.h
@@ -60,17 +60,17 @@ namespace Kleo {
public:
struct Item {
Item() : pref( UnknownPreference ) {}
- Item( const QString & a, const std::vector<GpgME::Key> & k,
+ Item( const TQString & a, const std::vector<GpgME::Key> & k,
EncryptionPreference p=UnknownPreference )
: address( a ), keys( k ), pref( p ) {}
- QString address;
+ TQString address;
std::vector<GpgME::Key> keys;
EncryptionPreference pref;
};
KeyApprovalDialog( const std::vector<Item> & recipients,
const std::vector<GpgME::Key> & sender,
- QWidget * parent=0, const char * name=0,
+ TQWidget * parent=0, const char * name=0,
bool modal=true );
~KeyApprovalDialog();