[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars
From:       Laurent Montel <montel () kde ! org>
Date:       2006-02-17 16:52:48
Message-ID: 1140195168.243875.3685.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 510638 by mlaurent:

deprecated--


 M  +3 -3      fitsviewer.cpp  
 M  +1 -1      imageviewer.cpp  
 M  +2 -2      indidriver.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/fitsviewer.cpp #510637:510638
@@ -198,7 +198,7 @@
     history->clear();
     
     /* Set new file caption */
-    setCaption(currentURL.fileName());
+    setWindowTitle(currentURL.fileName());
     
     /* Get initial statistics */
     calculateStats();
@@ -868,7 +868,7 @@
 {
  
  Dirty = 0;
- setCaption(currentURL.fileName());
+ setWindowTitle(currentURL.fileName());
  }
 
 void FITSViewer::fitsChange() 
@@ -876,7 +876,7 @@
  
  Dirty = 1;
  
- setCaption(currentURL.fileName() + i18n(" [modified]"));
+ setWindowTitle(currentURL.fileName() + i18n(" [modified]"));
 }
 
 void FITSViewer::fitsStatistics()
--- trunk/KDE/kdeedu/kstars/kstars/imageviewer.cpp #510637:510638
@@ -60,7 +60,7 @@
 	
 	if (!imageURL.isValid())		//check URL
 		kDebug()<<"URL is malformed"<<endl;
-	setCaption (imageURL.fileName()); // the title of the window
+	setWindowTitle (imageURL.fileName()); // the title of the window
 	loadImageFromURL();
 }
 
--- trunk/KDE/kdeedu/kstars/kstars/indidriver.cpp #510637:510638
@@ -771,7 +771,7 @@
 void INDIDriver::addINDIHost()
 {
   INDIHostConf hostConf(this);
-  hostConf.setCaption(i18n("Add Host"));
+  hostConf.setWindowTitle(i18n("Add Host"));
   bool portOk = false;
 
   if (hostConf.exec() == QDialog::Accepted)
@@ -818,7 +818,7 @@
 {
 
   INDIHostConf hostConf(this);
-  hostConf.setCaption(i18n("Modify Host"));
+  hostConf.setWindowTitle(i18n("Modify Host"));
 
   QTreeWidgetItem *currentItem = ui->clientTreeWidget->currentItem();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic