summaryrefslogtreecommitdiffstats
path: root/kpilot/memoWidget.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:24 -0600
commit631a19d8c5c5f69dc0d941c1997806fb422c79a6 (patch)
tree48a1a5d40ca2aa276b04f95398d9fba3fd9d7d8a /kpilot/memoWidget.cc
parent87cd441352f3f2f1b2279bb47ebbb54ced81194f (diff)
downloadkpilot-631a19d8c5c5f69dc0d941c1997806fb422c79a6.tar.gz
kpilot-631a19d8c5c5f69dc0d941c1997806fb422c79a6.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kpilot/memoWidget.cc')
-rw-r--r--kpilot/memoWidget.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpilot/memoWidget.cc b/kpilot/memoWidget.cc
index 53b220e..7d6ca7f 100644
--- a/kpilot/memoWidget.cc
+++ b/kpilot/memoWidget.cc
@@ -40,9 +40,9 @@
#include <tqlistbox.h>
#include <tqfile.h>
#include <tqpushbutton.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqdom.h>
-#include <tqtextstream.h>
+#include <textstream.h>
#include <tqwhatsthis.h>
#include <tqlabel.h>
#include <tqdatetime.h>
@@ -84,7 +84,7 @@ MemoWidget::MemoWidget(TQWidget * parent,
FUNCTIONSETUP;
setGeometry(0, 0,
- parent->tqgeometry().width(), parent->tqgeometry().height());
+ parent->geometry().width(), parent->geometry().height());
setupWidget();
d->fMemoList.setAutoDelete(true);
slotUpdateButtons();
@@ -591,7 +591,7 @@ void MemoWidget::slotAddMemo()
FUNCTIONSETUP;
int currentCatID = findSelectedCategory(fCatList,
d->fMemoAppInfo->categoryInfo(), true);
- addMemo(TQDateTime::tqcurrentDateTime().toString(), currentCatID);
+ addMemo(TQDateTime::currentDateTime().toString(), currentCatID);
}
void MemoWidget::slotImportMemo()