summaryrefslogtreecommitdiffstats
path: root/src/libgui/project_wizard.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:21 -0600
commit6f617c4181afa90f3eba14139d4f92eb98834899 (patch)
tree8b1b3f1b1834eeca086e1b6948e926d726f3b025 /src/libgui/project_wizard.h
parentb42d04f596e5440b17d954ba9e24d55368030120 (diff)
downloadpiklab-6f617c4181afa90f3eba14139d4f92eb98834899.tar.gz
piklab-6f617c4181afa90f3eba14139d4f92eb98834899.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/libgui/project_wizard.h')
-rw-r--r--src/libgui/project_wizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgui/project_wizard.h b/src/libgui/project_wizard.h
index abb3880..a5c4a13 100644
--- a/src/libgui/project_wizard.h
+++ b/src/libgui/project_wizard.h
@@ -24,10 +24,10 @@ namespace Tool { class Group; }
class Project;
//-----------------------------------------------------------------------------
-class FileListItem : public KListViewItem
+class FileListItem : public TDEListViewItem
{
public:
- FileListItem(KListView *view);
+ FileListItem(TDEListView *view);
void setToolGroup(const Tool::Group &group) { _group = &group; }
bool copy() const { return _copy; }
void toggle();