|
|
@ -11,15 +11,15 @@
|
|
|
|
#include <kapp.h>
|
|
|
|
#include <kapp.h>
|
|
|
|
#include <tdelocale.h>
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include <ntqdesktopwidget.h>
|
|
|
|
#include <tqdesktopwidget.h>
|
|
|
|
#include <ntqpoint.h>
|
|
|
|
#include <tqpoint.h>
|
|
|
|
#include <ntqrect.h>
|
|
|
|
#include <tqrect.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include <ntqheader.h>
|
|
|
|
#include <tqheader.h>
|
|
|
|
#include <ntqlabel.h>
|
|
|
|
#include <tqlabel.h>
|
|
|
|
#include <ntqlayout.h>
|
|
|
|
#include <tqlayout.h>
|
|
|
|
#include <ntqlistview.h>
|
|
|
|
#include <tqlistview.h>
|
|
|
|
#include <ntqpoint.h>
|
|
|
|
#include <tqpoint.h>
|
|
|
|
|
|
|
|
|
|
|
|
KBiffStatus::KBiffStatus(TQWidget *parent_, const TQString& profile, const KBiffStatusList& list)
|
|
|
|
KBiffStatus::KBiffStatus(TQWidget *parent_, const TQString& profile, const KBiffStatusList& list)
|
|
|
|
: TQFrame(parent_, 0, WType_Popup),
|
|
|
|
: TQFrame(parent_, 0, WType_Popup),
|
|
|
|