diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:55:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:55:37 +0900 |
commit | 8f1aef64b2a93fc90f1333329631b9b64cf10697 (patch) | |
tree | 05167000446b78ec07902f397635490a616500d1 /src | |
parent | 9b871c7ddc8a9909e0bf7a4eddc4a9dbf49d3bb2 (diff) | |
download | wlassistant-master.tar.gz wlassistant-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/wlassistant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlassistant.cpp b/src/wlassistant.cpp index 285a467..fb81d61 100644 --- a/src/wlassistant.cpp +++ b/src/wlassistant.cpp @@ -46,7 +46,7 @@ #include <tdemessagebox.h> #include <tdepopupmenu.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> WirelessAssistant::WirelessAssistant(TQWidget* parent, const char* name, bool modal, WFlags fl) : mainWindow(parent,name, modal,fl) |