diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-13 11:49:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-19 10:25:42 +0900 |
| commit | 69e4de2f4cee257151ca13b207dc677b2d958fed (patch) | |
| tree | 01cb14d87074092f48260fe4db758dcb89917d98 /kiten/optiondialog.cpp | |
| parent | 0d9cc39b25fa93369504fbbf3ea91f01fb376aab (diff) | |
| download | tdeedu-69e4de2f4cee257151ca13b207dc677b2d958fed.tar.gz tdeedu-69e4de2f4cee257151ca13b207dc677b2d958fed.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kiten/optiondialog.cpp')
| -rw-r--r-- | kiten/optiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/optiondialog.cpp b/kiten/optiondialog.cpp index 0a3fba44..b9cc258d 100644 --- a/kiten/optiondialog.cpp +++ b/kiten/optiondialog.cpp @@ -43,7 +43,7 @@ ConfigureDialog::ConfigureDialog(TQWidget *parent, const char *name) : TDEConfigDialog(parent, name, Config::self()) { configDic = new ConfigDictionaries(0, "dictionaries_page"); - connect(configDic, TQT_SIGNAL(widgetChanged()), this, TQT_SLOT(updateButtons())); + connect(configDic, TQ_SIGNAL(widgetChanged()), this, TQ_SLOT(updateButtons())); addPage(configDic, i18n("Dictionaries"), "contents"); addPage(new ConfigSearching(0, "searching_page"), i18n("Searching"), "edit-find"); addPage(new ConfigLearn(0, "learn_page"), i18n("Learn"), "pencil"); |
