diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:01:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:01:58 -0600 |
commit | 0e18e8be5711912a2b39c07a7d4c14878ebea61f (patch) | |
tree | 2c27970af5b1bff042f2643a524d66e851e2ef1d /src/svnfrontend/propertiesdlg.h | |
parent | c6fcc6f0ea7dae4c5737ba94c6acbcd8b36c3983 (diff) | |
download | tdesvn-0e18e8be5711912a2b39c07a7d4c14878ebea61f.tar.gz tdesvn-0e18e8be5711912a2b39c07a7d4c14878ebea61f.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/svnfrontend/propertiesdlg.h')
-rw-r--r-- | src/svnfrontend/propertiesdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/propertiesdlg.h b/src/svnfrontend/propertiesdlg.h index 14cf869..b67288d 100644 --- a/src/svnfrontend/propertiesdlg.h +++ b/src/svnfrontend/propertiesdlg.h @@ -47,7 +47,7 @@ namespace svn { class PropertiesDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PropertiesDlg(SvnItem*, svn::Client*, |