|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
#include "include/tderadioversion.h"
|
|
|
|
|
#include "include/aboutwidget.h"
|
|
|
|
|
#include <tqframe.h>
|
|
|
|
|
#include <kaboutdialog.h>
|
|
|
|
|
#include <tdeaboutdialog.h>
|
|
|
|
|
#include <tqtabwidget.h>
|
|
|
|
|
#include <tqlayout.h>
|
|
|
|
|
#include <tqtabbar.h>
|
|
|
|
@ -33,12 +33,12 @@
|
|
|
|
|
#include <ktextbrowser.h>
|
|
|
|
|
#include <tqtextedit.h>
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
#include <kapplication.h>
|
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <kaboutdata.h>
|
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
|
#include <kurllabel.h>
|
|
|
|
|
|
|
|
|
|
// copied (and renamed) from kaboutdialog.cpp
|
|
|
|
|
// copied (and renamed) from tdeaboutdialog.cpp
|
|
|
|
|
// original: TDEAboutTabWidget
|
|
|
|
|
|
|
|
|
|
class TDERadioAboutTabWidget : public TQTabWidget
|
|
|
|
@ -51,7 +51,7 @@ public:
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// copied (renamed and extended) from kaboutdialog.cpp
|
|
|
|
|
// copied (renamed and extended) from tdeaboutdialog.cpp
|
|
|
|
|
// original: TDEAboutContainerBase
|
|
|
|
|
|
|
|
|
|
TDERadioAboutWidget::TDERadioAboutWidget(const TDEAboutData &aboutData, int layoutType, TQWidget *_parent,
|
|
|
|
@ -486,7 +486,7 @@ void TDERadioAboutWidget::slotMailClick( const TQString &/*_name*/,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// copied (and renamed) from kaboutapplication.cpp
|
|
|
|
|
// copied (and renamed) from tdeaboutapplication.cpp
|
|
|
|
|
// original: TDEAboutApplication::buildDialog
|
|
|
|
|
|
|
|
|
|
void TDERadioAboutWidget::setAboutData(const TDEAboutData &_aboutData)
|
|
|
|
@ -576,7 +576,7 @@ void TDERadioAboutWidget::setAboutData(const TDEAboutData &_aboutData)
|
|
|
|
|
//
|
|
|
|
|
// A class that can can monitor mouse movements on the image
|
|
|
|
|
//
|
|
|
|
|
// copied (and renamed) from kaboutdialog.cpp
|
|
|
|
|
// copied (and renamed) from tdeaboutdialog.cpp
|
|
|
|
|
// original: KImageTrackLabel
|
|
|
|
|
|
|
|
|
|
TDERadioImageTrackLabel::TDERadioImageTrackLabel( TQWidget *_parent, const char *_name, WFlags f )
|
|
|
|
|