summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_database.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:02:43 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:02:43 -0600
commitaea627236e4de24599c3e30617cf264c3c1b7d40 (patch)
tree467e13ca5a7eb0ab292259289ecc3572f53c5eae /kspread/dialogs/kspread_dlg_database.h
parent786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff)
downloadkoffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz
koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kspread/dialogs/kspread_dlg_database.h')
-rw-r--r--kspread/dialogs/kspread_dlg_database.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/dialogs/kspread_dlg_database.h b/kspread/dialogs/kspread_dlg_database.h
index 9dec13fc..2604bf41 100644
--- a/kspread/dialogs/kspread_dlg_database.h
+++ b/kspread/dialogs/kspread_dlg_database.h
@@ -41,7 +41,7 @@ class TQTextEdit;
class TQVBoxLayout;
class TQWidget;
-class KListView;
+class TDEListView;
class KPushButton;
namespace KSpread
{
@@ -101,9 +101,9 @@ class DatabaseDialog : public KWizard
KPushButton * m_connectButton;
TQLabel * m_sheetStatus;
TQLabel * m_SelectSheetLabel;
- KListView * m_sheetView;
+ TDEListView * m_sheetView;
TQWidget * m_columns;
- KListView * m_columnView;
+ TDEListView * m_columnView;
TQLabel * m_columnsStatus;
TQWidget * m_options;
TQComboBox * m_columns_1;