aboutsummaryrefslogtreecommitdiffstats
path: root/keyserverimportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyserverimportdialog.h')
-rw-r--r--keyserverimportdialog.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyserverimportdialog.h b/keyserverimportdialog.h
index e23aaa2..a727fbc 100644
--- a/keyserverimportdialog.h
+++ b/keyserverimportdialog.h
@@ -60,11 +60,11 @@ private slots:
void search();
private:
- void showKeys(const QStringList &files);
+ void createKeysTree();
+ void setMessage(const QString &text, bool error);
QPushButton *createButton(const QString &text, const char *member);
QComboBox *createComboBox(const QString &text = QString());
- void createKeysTree();
- void setMessage(const QString &text, int type);
+
QLineEdit *searchLineEdit;
QComboBox *keyServerComboBox;
QLabel *searchLabel;
@@ -74,10 +74,8 @@ private:
QPushButton *importButton;
QPushButton *searchButton;
QTreeWidget *keysTree;
- QDir currentDir;
QUrl url;
QNetworkAccessManager qnam;
QNetworkReply *reply;
- //QString *text;
};
#endif