summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers/rangeinput_impl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:49 -0600
commit548395e018d377eaa8fede0fba271da8b6c49fc9 (patch)
tree6b6acd1baf1a63c2dfb1735461d8a1e2e20f8385 /src/svnfrontend/fronthelpers/rangeinput_impl.cpp
parentbb7be2361770a435b3e2e8ae2ac4250bf9810bb4 (diff)
downloadtdesvn-548395e018d377eaa8fede0fba271da8b6c49fc9.tar.gz
tdesvn-548395e018d377eaa8fede0fba271da8b6c49fc9.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit bb7be2361770a435b3e2e8ae2ac4250bf9810bb4.
Diffstat (limited to 'src/svnfrontend/fronthelpers/rangeinput_impl.cpp')
-rw-r--r--src/svnfrontend/fronthelpers/rangeinput_impl.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/svnfrontend/fronthelpers/rangeinput_impl.cpp b/src/svnfrontend/fronthelpers/rangeinput_impl.cpp
index 1cd37f6..e21eaca 100644
--- a/src/svnfrontend/fronthelpers/rangeinput_impl.cpp
+++ b/src/svnfrontend/fronthelpers/rangeinput_impl.cpp
@@ -21,7 +21,7 @@
#include "helpers/sub2qt.h"
#include <tqpushbutton.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqradiobutton.h>
#include <knuminput.h>
#include <kdatetimewidget.h>
@@ -36,8 +36,8 @@ Rangeinput_impl::Rangeinput_impl(TQWidget *parent, const char *name)
m_endRevInput->setRange(0,INT_MAX,1,false);
m_startRevInput->setValue(1);
m_endRevInput->setValue(1);
- m_startDateInput->setDateTime(TQDateTime::currentDateTime ());
- m_stopDateInput->setDateTime(TQDateTime::currentDateTime ());
+ m_startDateInput->setDateTime(TQDateTime::tqcurrentDateTime ());
+ m_stopDateInput->setDateTime(TQDateTime::tqcurrentDateTime ());
m_stopDateInput->setEnabled(false);
m_startDateInput->setEnabled(false);
m_stopHeadButton->setChecked(true);
@@ -186,8 +186,8 @@ void Rangeinput_impl::setStartOnly(bool theValue)
m_startRevBox->setTitle(i18n( "Start with revision" ));
}
updateGeometry();
- setMinimumSize(minimumSizeHint());
- resize( TQSize(397, 272).expandedTo(minimumSizeHint()) );
+ setMinimumSize(tqminimumSizeHint());
+ resize( TQSize(397, 272).expandedTo(tqminimumSizeHint()) );
}
#include "rangeinput_impl.moc"