diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:30:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-13 20:22:52 +0900 |
| commit | e1b37ac1936f81994a2c1aa2778298fbc757531f (patch) | |
| tree | 2e2df5ea5786d581b10e51e0cbde9f4921697b2f /kplato/kptreportview.cpp | |
| parent | d08f80f854355e446d1c6be0eb50166646f7f291 (diff) | |
| download | koffice-e1b37ac1936f81994a2c1aa2778298fbc757531f.tar.gz koffice-e1b37ac1936f81994a2c1aa2778298fbc757531f.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
Diffstat (limited to 'kplato/kptreportview.cpp')
| -rw-r--r-- | kplato/kptreportview.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kplato/kptreportview.cpp b/kplato/kptreportview.cpp index dbbae9a17..b346eef28 100644 --- a/kplato/kptreportview.cpp +++ b/kplato/kptreportview.cpp @@ -188,17 +188,17 @@ ReportView::ReportView(View *view, TQWidget *parent) initReportList(); - connect(m_reportList, TQT_SIGNAL(clicked(TQListViewItem*)), TQT_SLOT(slotReportListClicked(TQListViewItem*))); - connect(m_reportList, TQT_SIGNAL(selectionChanged(TQListViewItem*)), TQT_SLOT(slotReportListSelectionChanged(TQListViewItem*))); + connect(m_reportList, TQ_SIGNAL(clicked(TQListViewItem*)), TQ_SLOT(slotReportListClicked(TQListViewItem*))); + connect(m_reportList, TQ_SIGNAL(selectionChanged(TQListViewItem*)), TQ_SLOT(slotReportListSelectionChanged(TQListViewItem*))); //setCentralWidget(m_reportview); // Create the user interface. - //KStdAction::print(this,TQT_SLOT(slotPrint()),actionCollection()); - //KStdAction::quit(this,TQT_SLOT(slotFileQuit()),actionCollection()); + //KStdAction::print(this,TQ_SLOT(slotPrint()),actionCollection()); + //KStdAction::quit(this,TQ_SLOT(slotFileQuit()),actionCollection()); -// KStdAction::showToolbar(this,TQT_SLOT(slotViewToolBar()),actionCollection()); -// KStdAction::showStatusbar(this,TQT_SLOT(slotViewStatusBar()),actionCollection()); +// KStdAction::showToolbar(this,TQ_SLOT(slotViewToolBar()),actionCollection()); +// KStdAction::showStatusbar(this,TQ_SLOT(slotViewStatusBar()),actionCollection()); // statusBar(); |
