summaryrefslogtreecommitdiffstats
path: root/krename/mydirplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-07 20:43:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-07 22:22:16 +0900
commite30b6fd35e008046443c40235b21d6378bf416e0 (patch)
tree0ec3246e0963c2e13b98fe733c7d0d6099c6f495 /krename/mydirplugin.cpp
parent446806eafed49f3dc6d34d7863d7cc052c73d752 (diff)
downloadkrename-e30b6fd35e008046443c40235b21d6378bf416e0.tar.gz
krename-e30b6fd35e008046443c40235b21d6378bf416e0.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krename/mydirplugin.cpp')
-rw-r--r--krename/mydirplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/mydirplugin.cpp b/krename/mydirplugin.cpp
index ff9460b..668c61c 100644
--- a/krename/mydirplugin.cpp
+++ b/krename/mydirplugin.cpp
@@ -18,13 +18,13 @@
// Own includes
#include "mydirplugin.h"
-// KDE includes
+// TDE includes
#include <tdeapplication.h>
#include <kiconloader.h>
#include <tdefiledialog.h>
#include <tdelocale.h>
-// QT includes
+// TQt includes
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqlineedit.h>