diff options
Diffstat (limited to 'kexi/main/startup/KexiStartupDialogTemplatesPage.cpp')
-rw-r--r-- | kexi/main/startup/KexiStartupDialogTemplatesPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/main/startup/KexiStartupDialogTemplatesPage.cpp b/kexi/main/startup/KexiStartupDialogTemplatesPage.cpp index 5db58c82..d99ad4ae 100644 --- a/kexi/main/startup/KexiStartupDialogTemplatesPage.cpp +++ b/kexi/main/startup/KexiStartupDialogTemplatesPage.cpp @@ -98,7 +98,7 @@ void KexiStartupDialogTemplatesPage::populate() if (firstChild()) setSelected(firstChild(), true); -// templates = new KIconView(this, "templates"); +// templates = new TDEIconView(this, "templates"); // templates->setItemsMovable(false); // templates->setShowToolTips(false); // info = new KTextBrowser(this,"info"); |