diff options
author | deva <deva> | 2006-08-16 23:47:08 +0000 |
---|---|---|
committer | deva <deva> | 2006-08-16 23:47:08 +0000 |
commit | e421c3f7e6ed8871bb11c6e7b17ce6ea23a77648 (patch) | |
tree | 41a274bcfeb6bf4fe6e893e9279b974fc950765b /client/cprquerydialog.h | |
parent | ad5ef06ff97aac051f6d4287ce30239eda3925bd (diff) |
Fjernede miav_config entry.
Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places.
Diffstat (limited to 'client/cprquerydialog.h')
-rw-r--r-- | client/cprquerydialog.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/client/cprquerydialog.h b/client/cprquerydialog.h index 34e4078..5828f0e 100644 --- a/client/cprquerydialog.h +++ b/client/cprquerydialog.h @@ -64,8 +64,6 @@ #include <QStatusBar> #include <string> -using namespace std; - #include "messagebox.h" @@ -112,9 +110,9 @@ private: int test_cpr(const char *s); /*Configuration*/ - string *CPR_HOST; - int CPR_PORT; - int CPR_TIMEOUT; + std::string cpr_host; + int cpr_port; + int cpr_timeout; signals: void bbs_clicked(); |