summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/mainwindowimp.h
authorbenmeyer <benmeyer>2003-04-09 00:18:15 (UTC)
committer benmeyer <benmeyer>2003-04-09 00:18:15 (UTC)
commitcd2822e137e9a73aa2bf13f7f0dc67fda50a1879 (patch) (side-by-side diff)
tree97febc8658a7212a01025b9e98904c9770aecf96 /noncore/settings/networksettings/mainwindowimp.h
parentbbefacdb0099ebb8c80f40c56237c6adc18c9328 (diff)
downloadopie-cd2822e137e9a73aa2bf13f7f0dc67fda50a1879.zip
opie-cd2822e137e9a73aa2bf13f7f0dc67fda50a1879.tar.gz
opie-cd2822e137e9a73aa2bf13f7f0dc67fda50a1879.tar.bz2
KDEafied and bugs fixes
Diffstat (limited to 'noncore/settings/networksettings/mainwindowimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/mainwindowimp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/mainwindowimp.h b/noncore/settings/networksettings/mainwindowimp.h
index 4f09d6c..2ebf304 100644
--- a/noncore/settings/networksettings/mainwindowimp.h
+++ b/noncore/settings/networksettings/mainwindowimp.h
@@ -9,6 +9,14 @@ class Module;
class Interface;
class QLibrary;
class KProcess;
+#ifdef QTE_VERSION
+class QLibrary;
+#else
+class KLibrary;
+class KLibLoader;
+#define QLibrary KLibrary
+#endif
+
class MainWindowImp : public MainWindow {
Q_OBJECT
@@ -50,6 +58,9 @@ private:
bool advancedUserMode;
QString scheme;
+#ifndef QTE_VERSION
+ KLibLoader *loader;
+#endif
};
#endif