summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--doc/TODO2
-rw-r--r--src/waconfig.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e12fe28..d1be55c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -353,7 +353,7 @@
2005-08-07 Pawel Nawrocki <pnawrocki@gmail.com>
* New settings GUI (wlassistant.h/.cpp, ui_main.ui).
- * Droppen kconfigdialog.h dependancy.
+ * Droppen tdeconfigdialog.h dependancy.
* Fixed item height with the new settings GUI (netlistviewitem.h/.cpp).
2005-08-06 Pawel Nawrocki <pnawrocki@gmail.com>
diff --git a/doc/TODO b/doc/TODO
index cd7040f..f6c43e8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -155,7 +155,7 @@
+rework the config gui - replace netList&statusBar with config options (use WidgetStack, 'Settings' toggle-button).
+ gui for 'Quit upon successful connection'
+ gui for "Enable All Messages" option (KMessageBox::enableAllMessages()) ToolTip/WhatsThis: "Enable all messages which have been turned off with the 'Don't Show Again' feature."
-+drop 'kconfigdialog.h' dependancy.
++drop 'tdeconfigdialog.h' dependancy.
+remvoe showCfgDlg()
+reimplement 'close()' to save settings on quit.
+add timeout to dhclient & dhcpcd (not command line args), GUI
diff --git a/src/waconfig.h b/src/waconfig.h
index 530c77f..b137e64 100644
--- a/src/waconfig.h
+++ b/src/waconfig.h
@@ -21,7 +21,7 @@
#ifndef WACONFIG_H
#define WACONFIG_H
-#include <kconfigskeleton.h>
+#include <tdeconfigskeleton.h>
class WAConfig : public TDEConfigSkeleton
{