diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-22 12:59:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 22:37:57 +0900 |
| commit | f6082cf0a5a2d044400fbdc99cb5747589f31889 (patch) | |
| tree | b655f92d73cd1fd6cf363ddbcf64c5fe471490a7 /src/setupwizard.cpp | |
| parent | 6d9717eb18526dc2e204ac49a68e35406e442083 (diff) | |
| download | krecipes-f6082cf0a5a2d044400fbdc99cb5747589f31889.tar.gz krecipes-f6082cf0a5a2d044400fbdc99cb5747589f31889.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/setupwizard.cpp')
| -rw-r--r-- | src/setupwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setupwizard.cpp b/src/setupwizard.cpp index 157d15b..d1a9462 100644 --- a/src/setupwizard.cpp +++ b/src/setupwizard.cpp @@ -616,7 +616,7 @@ SavePage::SavePage( TQWidget *parent ) : TQWidget( parent ) void SetupWizard::save( void ) { kdDebug() << "Setting parameters in tdeconfig..." << endl; - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); // Save the database type TQString sDBType; |
