diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-08 11:05:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-08 18:04:37 +0900 |
| commit | 5d52b8ff2df2d127a119ffd217a0db49c4d78567 (patch) | |
| tree | cc21f36537bfb38f376cf97cb77688ea19882047 /cervisia/settingsdlg.cpp | |
| parent | 779722e260dd4d10bec7328ddc0a4e3e42a08e7d (diff) | |
| download | tdesdk-5d52b8ff.tar.gz tdesdk-5d52b8ff.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1a7a57976491e8df569198d8e903bf9e57e233f0)
Diffstat (limited to 'cervisia/settingsdlg.cpp')
| -rw-r--r-- | cervisia/settingsdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cervisia/settingsdlg.cpp b/cervisia/settingsdlg.cpp index d9383bc6..33f0b935 100644 --- a/cervisia/settingsdlg.cpp +++ b/cervisia/settingsdlg.cpp @@ -262,7 +262,7 @@ void SettingsDialog::addGeneralPage() */ void SettingsDialog::addDiffPage() { - TQGrid *diffPage = addGridPage(2, Qt::Horizontal, i18n("Diff Viewer"), + TQGrid *diffPage = addGridPage(2, TQt::Horizontal, i18n("Diff Viewer"), TQString(), LoadIcon("vcs_diff")); TQLabel *contextlabel = new TQLabel( i18n("&Number of context lines in diff dialog:"), diffPage ); @@ -328,7 +328,7 @@ void SettingsDialog::addLookAndFeelPage() TQVBox* lookPage = addVBoxPage(i18n("Appearance"), TQString(), LoadIcon("preferences-desktop")); - TQGroupBox* fontGroupBox = new TQGroupBox(4, Qt::Vertical, i18n("Fonts"), + TQGroupBox* fontGroupBox = new TQGroupBox(4, TQt::Vertical, i18n("Fonts"), lookPage); fontGroupBox->setInsideSpacing(KDialog::spacingHint()); @@ -341,7 +341,7 @@ void SettingsDialog::addLookAndFeelPage() m_changelogFontBox = new FontButton(i18n("Font for ChangeLog View..."), fontGroupBox); - TQGroupBox* colorGroupBox = new TQGroupBox(4, Qt::Horizontal, + TQGroupBox* colorGroupBox = new TQGroupBox(4, TQt::Horizontal, i18n("Colors"), lookPage); colorGroupBox->setColumns(4); colorGroupBox->setInsideSpacing(KDialog::spacingHint()); |
