diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:42 -0600 |
commit | c1612bb409fe83d3858a4cdd7443faa9b1bfd485 (patch) | |
tree | db5bc176d49cee7bf932a87d3cf96db9d9dc7351 | |
parent | 0c08ed714f5d3452241d54224d7b467566ba28c6 (diff) | |
download | wlassistant-c1612bb409fe83d3858a4cdd7443faa9b1bfd485.tar.gz wlassistant-c1612bb409fe83d3858a4cdd7443faa9b1bfd485.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/TODO | 2 | ||||
-rw-r--r-- | src/waconfig.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -353,7 +353,7 @@ 2005-08-07 Pawel Nawrocki <[email protected]> * 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 <[email protected]> @@ -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 { |