summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/cryptography/kgpgselkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/cryptography/kgpgselkey.h')
-rw-r--r--kopete/plugins/cryptography/kgpgselkey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/cryptography/kgpgselkey.h b/kopete/plugins/cryptography/kgpgselkey.h
index 0742082a..a832c886 100644
--- a/kopete/plugins/cryptography/kgpgselkey.h
+++ b/kopete/plugins/cryptography/kgpgselkey.h
@@ -23,7 +23,7 @@
#include <kdialogbase.h>
-class KListView;
+class TDEListView;
class TQCheckBox;
struct gpgKey {
@@ -45,7 +45,7 @@ class KgpgSelKey : public KDialogBase
public:
KgpgSelKey( TQWidget *parent = 0, const char *name = 0,bool showlocal=true);
- KListView *keysListpr;
+ TDEListView *keysListpr;
TQPixmap keyPair;
TQCheckBox *local;
private slots: