summaryrefslogtreecommitdiffstats
path: root/qt3
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-19 18:44:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-19 18:44:25 +0000
commit3320ce95396a4b03052f56caa41faf3c5b52516e (patch)
tree02bc0d0a9f012e1bb93c10b74e96b8ce9a5b374f /qt3
parenta9fed73a2212beaaece52394a9fc5225152eeec3 (diff)
downloadkgtk-qt3-3320ce95396a4b03052f56caa41faf3c5b52516e.tar.gz
kgtk-qt3-3320ce95396a4b03052f56caa41faf3c5b52516e.zip
Rename tqgeometry* to geometry*
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kgtk-qt3@1242307 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qt3')
-rw-r--r--qt3/kqt3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt3/kqt3.cpp b/qt3/kqt3.cpp
index a5cb75d..13b5ca1 100644
--- a/qt3/kqt3.cpp
+++ b/qt3/kqt3.cpp
@@ -195,7 +195,7 @@ public:
TQStringList history;
- bool tqgeometryDirty;
+ bool geometryDirty;
TQComboBox * paths;
TQComboBox * types;
};