|
|
|
@ -33,14 +33,14 @@
|
|
|
|
|
// ../tal/kvi_tal_application.cpp:31: warning: `__base_ctor' is deprecated
|
|
|
|
|
// (declared at /opt/kde/include/kapplication.h:198)
|
|
|
|
|
//
|
|
|
|
|
// The KApplication constructor has been declared as deprecated
|
|
|
|
|
// The TDEApplication constructor has been declared as deprecated
|
|
|
|
|
// in favor of a complexier initialization that uses TDECmdLineArgs
|
|
|
|
|
// and can't be abstracted easily.
|
|
|
|
|
// The other constructors are not "old" and "stable" enough
|
|
|
|
|
// to be safely used at this time. We'll rethink this when KDE 4 is out.
|
|
|
|
|
|
|
|
|
|
KviTalApplication::KviTalApplication(int &argc,char ** argv)
|
|
|
|
|
: KApplication(argc,argv,"kvirc")
|
|
|
|
|
: TDEApplication(argc,argv,"kvirc")
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|