summaryrefslogtreecommitdiffstats
path: root/src/wlassistant.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:55:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:55:37 +0900
commit8f1aef64b2a93fc90f1333329631b9b64cf10697 (patch)
tree05167000446b78ec07902f397635490a616500d1 /src/wlassistant.cpp
parent9b871c7ddc8a9909e0bf7a4eddc4a9dbf49d3bb2 (diff)
downloadwlassistant-8f1aef64b2a93fc90f1333329631b9b64cf10697.tar.gz
wlassistant-8f1aef64b2a93fc90f1333329631b9b64cf10697.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/wlassistant.cpp')
-rw-r--r--src/wlassistant.cpp2
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)