From ec20195130562c8bfc9b3494aaa4f15c0a6ac90f Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 5 Jul 2026 10:28:07 +0900
Subject: Rename staticQString to staticTQString

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kimagemapeditor/qextfileinfo.cpp | 4 ++--
 lib/qextfileinfo.cpp             | 8 ++++----
 quanta/project/rescanprj.cpp     | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kimagemapeditor/qextfileinfo.cpp b/kimagemapeditor/qextfileinfo.cpp
index 8bb304b2..16255334 100644
--- a/kimagemapeditor/qextfileinfo.cpp
+++ b/kimagemapeditor/qextfileinfo.cpp
@@ -306,8 +306,8 @@ void QExtFileInfo::slotNewEntries(TDEIO::Job *job, const TDEIO::UDSEntryList& ud
   KURL url = static_cast<TDEIO::ListJob *>(job)->url();
   url.adjustPath(-1);
   // avoid creating these TQStrings again and again
-  static const TQString& dot = TDEGlobal::staticQString(".");
-  static const TQString& dotdot = TDEGlobal::staticQString("..");
+  static const TQString& dot = TDEGlobal::staticTQString(".");
+  static const TQString& dotdot = TDEGlobal::staticTQString("..");
 
   TDEIO::UDSEntryListConstIterator it = udsList.begin();
   TDEIO::UDSEntryListConstIterator end = udsList.end();
diff --git a/lib/qextfileinfo.cpp b/lib/qextfileinfo.cpp
index 72cdb56d..62ffb5ad 100644
--- a/lib/qextfileinfo.cpp
+++ b/lib/qextfileinfo.cpp
@@ -474,8 +474,8 @@ void QExtFileInfo::slotNewEntries(TDEIO::Job *job, const TDEIO::UDSEntryList& ud
   KURL url = static_cast<TDEIO::ListJob *>(job)->url();
   url.adjustPath(-1);
   // avoid creating these TQStrings again and again
-  static const TQString& dot = TDEGlobal::staticQString(".");
-  static const TQString& dotdot = TDEGlobal::staticQString("..");
+  static const TQString& dot = TDEGlobal::staticTQString(".");
+  static const TQString& dotdot = TDEGlobal::staticTQString("..");
 
   TDEIO::UDSEntryListConstIterator it = udsList.begin();
   TDEIO::UDSEntryListConstIterator end = udsList.end();
@@ -548,8 +548,8 @@ void QExtFileInfo::slotNewDetailedEntries(TDEIO::Job *job, const TDEIO::UDSEntry
   KURL url = static_cast<TDEIO::ListJob *>(job)->url();
   url.adjustPath(-1);
   // avoid creating these TQStrings again and again
-  static const TQString& dot = TDEGlobal::staticQString(".");
-  static const TQString& dotdot = TDEGlobal::staticQString("..");
+  static const TQString& dot = TDEGlobal::staticTQString(".");
+  static const TQString& dotdot = TDEGlobal::staticTQString("..");
 
   TDEIO::UDSEntryListConstIterator it = udsList.begin();
   TDEIO::UDSEntryListConstIterator end = udsList.end();
diff --git a/quanta/project/rescanprj.cpp b/quanta/project/rescanprj.cpp
index 89c65e86..5b08b070 100644
--- a/quanta/project/rescanprj.cpp
+++ b/quanta/project/rescanprj.cpp
@@ -88,8 +88,8 @@ void RescanPrj::addEntries(TDEIO::Job *job,const TDEIO::UDSEntryList &list)
   KURL url = static_cast<TDEIO::ListJob *>(job)->url();
   url.adjustPath(-1);
   // avoid creating these TQStrings again and again
-  static const TQString& dot = TDEGlobal::staticQString(".");
-  static const TQString& dotdot = TDEGlobal::staticQString("..");
+  static const TQString& dot = TDEGlobal::staticTQString(".");
+  static const TQString& dotdot = TDEGlobal::staticTQString("..");
 
   TDEIO::UDSEntryListConstIterator it  = list.begin();
   TDEIO::UDSEntryListConstIterator end = list.end();
-- 
cgit v1.2.3

