summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 18:55:37 +0900
committerMichele Calgaro <[email protected]>2025-02-25 18:55:37 +0900
commit8f1aef64b2a93fc90f1333329631b9b64cf10697 (patch)
tree05167000446b78ec07902f397635490a616500d1 /src
parent9b871c7ddc8a9909e0bf7a4eddc4a9dbf49d3bb2 (diff)
downloadwlassistant-master.tar.gz
wlassistant-master.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-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)