summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/stopdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:34:08 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:34:08 -0600
commitbb7be2361770a435b3e2e8ae2ac4250bf9810bb4 (patch)
tree3dc3697661e497b5486191491da2ed4cc751b7fc /src/svnfrontend/stopdlg.h
parent40e169496670c40004f7386a23f7c03d9aeac3e0 (diff)
downloadtdesvn-bb7be2361770a435b3e2e8ae2ac4250bf9810bb4.tar.gz
tdesvn-bb7be2361770a435b3e2e8ae2ac4250bf9810bb4.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/svnfrontend/stopdlg.h')
-rw-r--r--src/svnfrontend/stopdlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/stopdlg.h b/src/svnfrontend/stopdlg.h
index 973d30e..635957f 100644
--- a/src/svnfrontend/stopdlg.h
+++ b/src/svnfrontend/stopdlg.h
@@ -62,7 +62,7 @@ protected:
bool m_netBarShown;
TQTime m_StopTick;
KTextBrowser*m_LogWindow;
- TQVBoxLayout*tqlayout;
+ TQVBoxLayout*layout;
TQString m_lastLog;
unsigned int m_lastLogLines;