|
|
@ -29,7 +29,7 @@
|
|
|
|
#include <tqtooltip.h>
|
|
|
|
#include <tqtooltip.h>
|
|
|
|
#include <tqwhatsthis.h>
|
|
|
|
#include <tqwhatsthis.h>
|
|
|
|
#include <kstandarddirs.h>
|
|
|
|
#include <kstandarddirs.h>
|
|
|
|
#include <kapplication.h>
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
class _k9CheckListItem: public TQCheckListItem {
|
|
|
|
class _k9CheckListItem: public TQCheckListItem {
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
_k9CheckListItem(TQListViewItem *_item):TQCheckListItem(_item,"",TQCheckListItem::CheckBox) {};
|
|
|
|
_k9CheckListItem(TQListViewItem *_item):TQCheckListItem(_item,"",TQCheckListItem::CheckBox) {};
|
|
|
|