summaryrefslogtreecommitdiffstats
path: root/cervisia/misc.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-12 01:36:19 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-12 01:36:19 +0000
commit99a2774ca6f1cab334de5d43fe36fc44ae889a4c (patch)
treeeff34cf0762227f6baf2a93e8fef48d4bed2651c /cervisia/misc.h
parent1c104292188541106338d4940b0f04beeb4301a0 (diff)
downloadtdesdk-99a2774ca6f1cab334de5d43fe36fc44ae889a4c.tar.gz
tdesdk-99a2774ca6f1cab334de5d43fe36fc44ae889a4c.zip
TQt4 convert kdesdk
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cervisia/misc.h')
-rw-r--r--cervisia/misc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cervisia/misc.h b/cervisia/misc.h
index 803c8131..c3715cee 100644
--- a/cervisia/misc.h
+++ b/cervisia/misc.h
@@ -50,7 +50,7 @@ TQString UserName();
*/
TQString NormalizeRepository(const TQString& repository);
-bool CheckOverwrite(const TQString& fileName, TQWidget* parent=0);
+bool CheckOverwrite(const TQString& fileName, TQWidget* tqparent=0);
}
@@ -61,8 +61,8 @@ TQStringList splitLine(TQString, char delim=' ');
TQString tempFileName(const TQString& suffix);
void cleanupTempFiles();
-const TQStringList fetchBranches(CvsService_stub* cvsService, TQWidget* parent);
-const TQStringList fetchTags(CvsService_stub* cvsService, TQWidget* parent);
+const TQStringList fetchBranches(CvsService_stub* cvsService, TQWidget* tqparent);
+const TQStringList fetchTags(CvsService_stub* cvsService, TQWidget* tqparent);
/**
* Compares two revision numbers.