author | llornkcor <llornkcor> | 2004-06-16 09:01:49 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-06-16 09:01:49 (UTC) |
commit | f1f53eba247de324eabf07d455e00cfd0f453375 (patch) (unidiff) | |
tree | 2e4d712cdaeccec57bcaefa6d861fec9964ac418 | |
parent | 80ca3700b54c886d761cf1cd32a529a558541d5c (diff) | |
download | opie-f1f53eba247de324eabf07d455e00cfd0f453375.zip opie-f1f53eba247de324eabf07d455e00cfd0f453375.tar.gz opie-f1f53eba247de324eabf07d455e00cfd0f453375.tar.bz2 |
unneeded stuff
-rw-r--r-- | noncore/apps/opie-gutenbrowser/NetworkDialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/apps/opie-gutenbrowser/NetworkDialog.h b/noncore/apps/opie-gutenbrowser/NetworkDialog.h index 61595a8..583607e 100644 --- a/noncore/apps/opie-gutenbrowser/NetworkDialog.h +++ b/noncore/apps/opie-gutenbrowser/NetworkDialog.h | |||
@@ -60,25 +60,23 @@ public: | |||
60 | QString localFileName; | 60 | QString localFileName; |
61 | bool fileFound; | 61 | bool fileFound; |
62 | int i, totalBytesDownloaded; | 62 | int i, totalBytesDownloaded; |
63 | bool autoOk; | 63 | bool autoOk; |
64 | 64 | ||
65 | void initDialog(); | 65 | void initDialog(); |
66 | 66 | ||
67 | protected: | 67 | protected: |
68 | QHBoxLayout* hbox; | 68 | QHBoxLayout* hbox; |
69 | 69 | ||
70 | private slots: | 70 | private slots: |
71 | bool downloadFile( QString strUrl); | 71 | bool downloadFile( QString strUrl); |
72 | void connectionTimeSlot(); | ||
73 | void timeSlot(); | ||
74 | void doOk(); | 72 | void doOk(); |
75 | 73 | ||
76 | private: | 74 | private: |
77 | /* #ifndef Q_WS_QWS */ | 75 | /* #ifndef Q_WS_QWS */ |
78 | 76 | ||
79 | /* QString getOpenFileName(); */ | 77 | /* QString getOpenFileName(); */ |
80 | /* QUrlOperator op; */ | 78 | /* QUrlOperator op; */ |
81 | /* #endif */ | 79 | /* #endif */ |
82 | }; | 80 | }; |
83 | 81 | ||
84 | #endif // NETWORKDIALOG_H | 82 | #endif // NETWORKDIALOG_H |