From dbd38957ae8a24bc29f45a6b80cc17f45d8776df Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 26 Aug 2003 14:14:34 +0000 Subject: fixlet for compilage with older versions --- (limited to 'library') diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index b1b7ed4..9286f9f 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -713,7 +713,9 @@ void QPEApplication::initApp( int argc, char **argv ) channel.replace(QRegExp(".*/"),""); d->appName = channel; + #if QT_VERSION > 235 qt_fbdpy->setIdentity( channel ); // In Qt/E 2.3.6 + #endif channel = "QPE/Application/" + channel; pidChannel = new QCopChannel( channel, this); -- cgit v0.9.0.2